home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Electronic Print Media Service 1997 August
/
Electronic Print Media Service 1997 August.iso
/
ideasrc
/
gallery.dir
/
00146_Script_146
< prev
next >
Wrap
Text File
|
1997-05-30
|
588b
|
25 lines
on exitFrame
global gallery
if gallery = "slideshow" then
go the frame
end if
if gallery = "selfrun" then
delay 150
end if
if rollover(2) then
set the visible of sprite 8 to false
else
set the visible of sprite 8 to true
end if
if rollover(7) then
set the visible of sprite 8 to false
end if
put the frame -1 into word 1 of field "counter"
put "-of-" into word 2 of field "counter"
put the lastframe into word 3 of field "counter"
if not soundbusy(3) then
sound playFile 3, "gallery.aif"
end if
end if